object frPasswForm: TfrPasswForm Left = 475 Top = 355 BorderStyle = bsDialog Caption = 'Password' ClientHeight = 96 ClientWidth = 249 Color = clBtnFace Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnCreate = FormCreate OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object L1: TLabel Left = 4 Top = 12 Width = 241 Height = 13 AutoSize = False Caption = 'Enter password for opening report' end object L2: TLabel Left = 4 Top = 0 Width = 241 Height = 13 AutoSize = False Caption = 'Retype password for validate' Visible = False end object OK: TButton Left = 100 Top = 68 Width = 69 Height = 21 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 0 end object Cancel: TButton Left = 176 Top = 68 Width = 69 Height = 21 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 1 end object E1: TEdit Left = 4 Top = 32 Width = 241 Height = 21 PasswordChar = '*' TabOrder = 2 end end